home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / doc / buildinfo. < prev    next >
Encoding:
Text File  |  1994-05-19  |  765 b   |  32 lines

  1. ;; Modify the following line to be the name of this file, and
  2. ;; ut the in your ~/.emacs (without the semi-colons).
  3. ;; (load-file "/usr2/ai/nesc/.emacs")
  4.  
  5. ;;; LaTeXinfo
  6. (setq latexinfo-formats-directory
  7.        (expand-file-name (getenv "LATEXINFO"))
  8.        )
  9.  
  10. (setq load-path 
  11.       (cons
  12.        latexinfo-formats-directory
  13.        load-path))
  14.  
  15. (autoload 'get-latexinfo-node "get-node.el"
  16.       "Get help on a LaTeXinfo topic" t)
  17.  
  18. (define-key help-map "g" 'get-latexinfo-node)
  19.  
  20. (autoload 'latexinfo-format-buffer "latexinfo"
  21.       "Format a buffer for LaTeXinfo" t)
  22.  
  23. (autoload 'nodify-file "nodify"
  24.       "Create nodes structure for a LaTeXinfo file." t)
  25.  
  26.  
  27. (load-file "plplot-fmt.el")
  28. (find-file "plplot.tex")
  29. (latexinfo-format-buffer t)
  30. (save-some-buffers t)
  31. (kill-emacs 0)
  32.